IMoveCircularCommand.EndPoint property
This parameter's definition varies between motion modes.
Absolute: The array of absolute positions for each dimension in the specified coordinate system. The maximum size is 64.
Additive: The array of positions for each dimension in the specified coordinate system. The maximum size is 64. These positions are defined relatively to the positions of the starting point.
Relative: The array of absolute positions for each dimension in the specified coordinate system. The maximum size is 64. These positions are defined relatively to the positions of the starting point.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
double[] EndPoint { get; }
ReadOnly Property EndPoint As Double()
Property value
Type: double[]
See also